projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
972ed24
)
*** empty log message ***
author
Jan Djärv
<jan.h.d@swipnet.se>
Sat, 20 Dec 2008 15:31:27 +0000
(15:31 +0000)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Sat, 20 Dec 2008 15:31:27 +0000
(15:31 +0000)
src/ChangeLog
patch
|
blob
|
history
src/frame.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 1f72c7f104191da10afc9388efac655d699e9d23..6f42994ddf3e59d9041e17c735092f45e9c8e212 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2008-12-20 Jan Djärv <jan.h.d@swipnet.se>
+
+ * frame.c (Fdelete_frame): Set f->menu_bar_vector to Qnil.
+
2008-12-20 Chong Yidong <cyd@stupidchicken.com>
* minibuf.c (Fread_buffer): Doc fix.
diff --git
a/src/frame.c
b/src/frame.c
index 560918aa9f32b0ab8eaf96e9a592e808a7e20022..8af3e4bf35f203a1ae56708e2a8bd3eeaf192207 100644
(file)
--- a/
src/frame.c
+++ b/
src/frame.c
@@
-1480,6
+1480,8
@@
But FORCE inhibits this too. */)
Vframe_list = Fdelq (frame, Vframe_list);
FRAME_SET_VISIBLE (f, 0);
+ f->menu_bar_vector = Qnil;
+
free_font_driver_list (f);
xfree (f->namebuf);
xfree (f->decode_mode_spec_buffer);